FHIR © HL7.org  |  Server Home  |  FHIR Server FHIR Server 3.4.11  |  FHIR Version n/a  User: [n/a]

Resource StructureDefinition/FHIR Server from package ca.on.dhdr.r4.v4#0.1.2-beta (78 ms)

Package ca.on.dhdr.r4.v4
Type StructureDefinition
Id Id
FHIR Version R4
Source https://simplifier.net/resolve?scope=ca.on.dhdr.r4.v4@0.1.2-beta&canonical=http://ehealthontario.ca/fhir/StructureDefinition/ca-on-medications-profile-Organization
Url http://ehealthontario.ca/fhir/StructureDefinition/ca-on-medications-profile-Organization
Version 4.0.1
Status active
Date 2021-11-24T16:56:01.2981926+00:00
Name Organization
Title Organization
Experimental False
Realm ca
Authority hl7
Description The dispenser (dispensing pharmacy) responsible for the MedicationDispense or hospital responsible for the MedicationAdministration event.
Type Organization
Kind resource

Resources that use this resource

StructureDefinition
http://ehealthontario.ca/fhir/StructureDefinition/ca-on-medications-profile-Composition-medAdmin CompositionMedicationAdministration
http://ehealthontario.ca/fhir/StructureDefinition/ca-on-medications-profile-Composition-medDis CompositionMedicationDispense
http://ehealthontario.ca/fhir/StructureDefinition/ca-on-medications-profile-Location Location
http://ehealthontario.ca/fhir/StructureDefinition/ca-on-medications-profile-PractitionerRole PractitionerRole

Resources that this resource uses

ValueSet
http://ehealthontario.ca/fhir/ValueSet/province-state-code ProvinceStateCode
http://ehealthontario.ca/fhir/ValueSet/country-code CountryCode


Narrative

Note: links and images are rebased to the (stated) source

No human-readable text provided in this case.

Source

{
  "resourceType" : "StructureDefinition",
  "id" : "c20bba8f-c2ed-4648-bf85-72bef5438a78",
  "meta" : {
    "lastUpdated" : "2023-09-18T20:03:39.9984069+00:00"
  },
  "text" : {
    "status" : "empty",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">No human-readable text provided in this case.</div>"
  },
  "url" : "http://ehealthontario.ca/fhir/StructureDefinition/ca-on-medications-profile-Organization",
  "version" : "4.0.1",
  "name" : "Organization",
  "title" : "Organization",
  "status" : "active",
  "date" : "2021-11-24T16:56:01.2981926+00:00",
  "description" : "The dispenser (dispensing pharmacy) responsible for the MedicationDispense or hospital responsible for the MedicationAdministration event.",
  "fhirVersion" : "4.0.1",
  "mapping" : [
    {
      "identity" : "acCDR-HL7v2-mapping",
      "name" : "acCDR HL7v2 mapping"
    }
  ],
  "kind" : "resource",
  "abstract" : false,
  "type" : "Organization",
  "baseDefinition" : "http://hl7.org/fhir/StructureDefinition/Organization",
  "derivation" : "constraint",
  "differential" : {
    "element" : [
      {
        "id" : "Organization",
        "path" : "Organization",
        "mustSupport" : true
      },
      {
        "id" : "Organization.id",
        "path" : "Organization.id",
        "mustSupport" : true
      },
      {
        "id" : "Organization.meta",
        "path" : "Organization.meta",
        "min" : 1,
        "mustSupport" : true
      },
      {
        "id" : "Organization.meta.profile",
        "path" : "Organization.meta.profile",
        "min" : 1,
        "mustSupport" : true
      },
      {
        "id" : "Organization.identifier",
        "path" : "Organization.identifier",
        "min" : 1,
        "max" : "1",
        "mustSupport" : true,
        "mapping" : [
          {
            "identity" : "acCDR-HL7v2-mapping",
            "map" : "MSH.3"
          }
        ]
      },
      {
        "id" : "Organization.identifier.system",
        "path" : "Organization.identifier.system",
        "min" : 1,
        "mustSupport" : true,
        "mapping" : [
          {
            "identity" : "acCDR-HL7v2-mapping",
            "map" : "MSH.3.1"
          }
        ]
      },
      {
        "id" : "Organization.identifier.value",
        "path" : "Organization.identifier.value",
        "min" : 1,
        "mustSupport" : true
      },
      {
        "id" : "Organization.name",
        "path" : "Organization.name",
        "mustSupport" : true
      },
      {
        "id" : "Organization.telecom",
        "path" : "Organization.telecom",
        "slicing" : {
          "discriminator" : [
            {
              "type" : "value",
              "path" : "system"
            }
          ],
          "rules" : "open"
        },
        "mustSupport" : true
      },
      {
        "id" : "Organization.telecom:TelecomPhone",
        "path" : "Organization.telecom",
        "sliceName" : "TelecomPhone",
        "max" : "1",
        "mustSupport" : true
      },
      {
        "id" : "Organization.telecom:TelecomPhone.system",
        "path" : "Organization.telecom.system",
        "fixedCode" : "phone",
        "mustSupport" : true
      },
      {
        "id" : "Organization.telecom:TelecomPhone.value",
        "path" : "Organization.telecom.value",
        "min" : 1,
        "mustSupport" : true
      },
      {
        "id" : "Organization.telecom:TelecomPhone.use",
        "path" : "Organization.telecom.use",
        "mustSupport" : true,
        "binding" : {
          "strength" : "required",
          "valueSet" : "http://hl7.org/fhir/ValueSet/contact-point-use|4.0.0"
        }
      },
      {
        "id" : "Organization.telecom:TelecomFax",
        "path" : "Organization.telecom",
        "sliceName" : "TelecomFax",
        "max" : "1",
        "mustSupport" : true
      },
      {
        "id" : "Organization.telecom:TelecomFax.system",
        "path" : "Organization.telecom.system",
        "fixedCode" : "fax",
        "mustSupport" : true
      },
      {
        "id" : "Organization.telecom:TelecomFax.value",
        "path" : "Organization.telecom.value",
        "min" : 1,
        "mustSupport" : true
      },
      {
        "id" : "Organization.telecom:TelecomFax.use",
        "path" : "Organization.telecom.use",
        "mustSupport" : true,
        "binding" : {
          "strength" : "required",
          "valueSet" : "http://hl7.org/fhir/ValueSet/contact-point-use|4.0.0"
        }
      },
      {
        "id" : "Organization.address",
        "path" : "Organization.address",
        "mustSupport" : true
      },
      {
        "id" : "Organization.address.use",
        "path" : "Organization.address.use",
        "mustSupport" : true
      },
      {
        "id" : "Organization.address.type",
        "path" : "Organization.address.type",
        "mustSupport" : true
      },
      {
        "id" : "Organization.address.line",
        "path" : "Organization.address.line",
        "min" : 1,
        "mustSupport" : true
      },
      {
        "id" : "Organization.address.city",
        "path" : "Organization.address.city",
        "min" : 1,
        "mustSupport" : true
      },
      {
        "id" : "Organization.address.state",
        "path" : "Organization.address.state",
        "mustSupport" : true,
        "binding" : {
          "strength" : "required",
          "valueSet" : "http://ehealthontario.ca/fhir/ValueSet/province-state-code"
        }
      },
      {
        "id" : "Organization.address.postalCode",
        "path" : "Organization.address.postalCode",
        "mustSupport" : true
      },
      {
        "id" : "Organization.address.country",
        "path" : "Organization.address.country",
        "min" : 1,
        "mustSupport" : true,
        "binding" : {
          "strength" : "required",
          "valueSet" : "http://ehealthontario.ca/fhir/ValueSet/country-code"
        }
      }
    ]
  }
}

XIG built as of ??metadata-date??. Found ??metadata-resources?? resources in ??metadata-packages?? packages.